home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / AppKit / Draw / graphicsUndo.subproj / CutGraphicsChange.m < prev    next >
Text File  |  1992-02-09  |  172b  |  15 lines

  1. #import "drawundo.h"
  2.  
  3. @interface CutGraphicsChange(PrivateMethods)
  4.  
  5. @end
  6.  
  7. @implementation CutGraphicsChange
  8.  
  9. - (const char *)changeName
  10. {
  11.     return CUT_OPERATION;
  12. }
  13.  
  14. @end
  15.